toByteArray(java.io.Reader) is deprecated

87

//Use instead
string.getBytes("UTF-8");

Comments

Submit
0 Comments